IviRFSigGen Write DigitalModulationBase Bit Sequence [DMB]
IviRFSigGenDigitalModulationBase Capability Group
This VI creates a bit sequence for use as the digital modulation data. The sequence is repeated continuously. The sequence string consists of binary values (8 bit in 1 char/byte).
instrument handle The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
name Pass the name the bit sequence to write.
Default Value: "" |
|
bit count Pass the number of bits in the sequence. One char/byte has 8 bits, but the stream of bits does not end necessarily on byte boundaries.
Default Value: 0 |
|
sequence Pass the array the driver will use as a stream of bits. The size of the array is Bit Count.
Default Value: None |
|
more data pending Set the value to TRUE to write more data. To complete the sequence, use the same Name for the next data. Set the value to FALSE when there is no more data to write.
Valid Values: FALSE - No more data TRUE - More data Default Value: No more data (FALSE) |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |